Calendar RMI
-------------

This exercise introduces you to the basic principles of Java RMI programming. Please open the CalendarRMI project in Netbeans and follow the steps below:

1) Complete the code in the main method of CalendarServer.java 
2) Modify the code in the main method of CalendarClient.java at the indicated line
3) Run first CalendarServer and then CalendarClient, and try to understand how the program is executed.
